home *** CD-ROM | disk | FTP | other *** search
/ Visual Basic Source Code / Visual Basic Source Code.iso / vbsource / rdslik1a / readme.txt < prev    next >
Text File  |  1999-07-28  |  1KB  |  33 lines

  1. Hi there ASP coders !
  2.  
  3. To Make This Work :
  4.  
  5. Create a "System DSN" with the "ODBC Data Source Administrator" from the control pannel with :
  6.  
  7.     Name    : TESTCOMBO
  8.     Driver    : Microsoft Access Driver (*.mdb)
  9.     Path    : (Where ever you extracted this example)\Data.Mdb
  10.  
  11. Please Note:
  12.  
  13. This is ASP so you can't open it directly with your browser, IT WILL NOT WORK ! 
  14. This code must be on a Internet Information Server (IIS) or a Personal Web Server (PWS)
  15. in a virtual path. To do this you have to check the Microsoft Documentation.
  16.  
  17. How it works on my machine :
  18.  
  19.     I Created a "System DSN" with the name "TESTCOMBO"
  20.     I Created a directory C:\InetPub\wwwroot\TestCombo
  21.     I then copied all the files in this zip to this directory
  22.     I open my browser (IE5) at the following URL:
  23.         http://MyMachineName/TestCombo/TestCombo.asp
  24.  
  25.     AND .... VVV-OOO-AAAA-LA
  26.  
  27.  
  28. If you have any comments please e-mail me at riaana@hotmail.com
  29.  
  30. Hope you guy's can use this code as I do !!!
  31.  
  32. Kind Regards
  33. Riaan Aspeling